Step
*
1
1
of Lemma
free-dl-1-join-irreducible
1. T : Type
2. eq : EqDecider(T)
3. x : Point(free-dist-lattice(T; eq))
4. y : Point(free-dist-lattice(T; eq))
5. {} ∈ x ∨ y
⊢ (x = 1 ∈ Point(free-dist-lattice(T; eq))) ∨ (y = 1 ∈ Point(free-dist-lattice(T; eq)))
BY
{ (Assert ⌜{} ∈ x ∨ {} ∈ y⌝⋅ THENM (ParallelLast THEN BLemma `free-dl-1` THEN Auto)) }
1
.....assertion.....
1. T : Type
2. eq : EqDecider(T)
3. x : Point(free-dist-lattice(T; eq))
4. y : Point(free-dist-lattice(T; eq))
5. {} ∈ x ∨ y
⊢ {} ∈ x ∨ {} ∈ y
Latex:
Latex:
1. T : Type
2. eq : EqDecider(T)
3. x : Point(free-dist-lattice(T; eq))
4. y : Point(free-dist-lattice(T; eq))
5. \{\} \mmember{} x \mvee{} y
\mvdash{} (x = 1) \mvee{} (y = 1)
By
Latex:
(Assert \mkleeneopen{}\{\} \mmember{} x \mvee{} \{\} \mmember{} y\mkleeneclose{}\mcdot{} THENM (ParallelLast THEN BLemma `free-dl-1` THEN Auto))
Home
Index