Step * of Lemma lattice-hom-join

No Annotations
[l1,l2:BoundedLattice]. ∀[f:Hom(l1;l2)]. ∀[a,b:Point(l1)].  ((f a ∨ b) a ∨ b ∈ Point(l2))
BY
TACTIC:(Auto THEN RepeatFor (DVar `f') THEN Auto) }

1
1. l1 BoundedLattice
2. l2 BoundedLattice
3. Point(l1) ⟶ Point(l2)
4. ∀[a,b:Point(l1)].  ((f a ∧ (f a ∧ b) ∈ Point(l2)) ∧ (f a ∨ (f a ∨ b) ∈ Point(l2)))
5. (f 0) 0 ∈ Point(l2)
6. (f 1) 1 ∈ Point(l2)
7. Point(l1)
8. Point(l1)
⊢ (f a ∨ b) a ∨ b ∈ Point(l2)


Latex:


Latex:
No  Annotations
\mforall{}[l1,l2:BoundedLattice].  \mforall{}[f:Hom(l1;l2)].  \mforall{}[a,b:Point(l1)].    ((f  a  \mvee{}  b)  =  f  a  \mvee{}  f  b)


By


Latex:
TACTIC:(Auto  THEN  RepeatFor  2  (DVar  `f')  THEN  Auto)




Home Index