Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
smglom
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MitM
smglom
Commits
08468235
Commit
08468235
authored
Nov 07, 2018
by
Dennis Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed old files
parent
74a0b452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
FinSequences2.mmt
source/FinSequences2.mmt
+0
-25
No files found.
source/FinSequences2.mmt
deleted
100644 → 0
View file @
74a0b452
namespace http://mathhub.info/MitM/smglom/FinSequences ❚
import base http://mathhub.info/MitM/Foundation ❚
import arith http://mathhub.info/MitM/smglom/arithmetics ❚
import seq http://cds.omdoc.org/urtheories❚
import sig http://gl.mathhub.info/MMT/LFX/Sigma ❚
theory FinSequneces2 : base:?Logic =
include arith:?NaturalArithmetics ❙
include sig:?LFSigma ❙
below : ℕ ⟶ type ❘ = [n] Σ x : ℕ . ⊦ x < n ❙
finSeq : ℕ ⟶ type ⟶ type ❘= [n,t] below n ⟶ t❙
sequenceLength : {n : ℕ, A : type} finSeq n A ⟶ ℕ ❘= [n,A ,f] n ❘# seqLen 3 ❙
prop_nonemptyFiniteSequence : {n : ℕ, A : type} finSeq n A ⟶ bool ❘= [n, A , f] 0 < n ❘# prop_disjointFiniteSequence 3 ❙
prop_disjointFiniteSequence : {n : ℕ, A : type} finSeq n A ⟶ bool
❘= [n , A , f] ∀ [m1 : below n] ∀ [m2 : below n] ((πl m1) ≠ (πl m2)) ⇒ (f m1 ≠ f m2)
❘# prop_disjointFiniteSequence 3 ❙
representativeFiniteSeqeuence : {n : ℕ , A : type} finSeq n A ⟶ (A ⟶ ℕ) ⟶ ℕ ❙
❚
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment