Step * of Lemma order-preserving-map-lattice-lemma

[l1,l2:Lattice]. ∀[f:Point(l1) ⟶ Point(l2)].
  (∀a,b:Point(l1).  a ∧ b ≤ a ∧ b) ∧ (∀a,b:Point(l1).  a ∨ b ≤ a ∨ b) 
  supposing ∀x,y:Point(l1).  (x ≤  x ≤ y)
BY
Auto }

1
1. l1 Lattice
2. l2 Lattice
3. Point(l1) ⟶ Point(l2)
4. ∀x,y:Point(l1).  (x ≤  x ≤ y)
5. Point(l1)@i
6. Point(l1)@i
⊢ a ∧ b ≤ a ∧ b

2
1. l1 Lattice
2. l2 Lattice
3. Point(l1) ⟶ Point(l2)
4. ∀x,y:Point(l1).  (x ≤  x ≤ y)
5. ∀a,b:Point(l1).  a ∧ b ≤ a ∧ b
6. Point(l1)@i
7. Point(l1)@i
⊢ a ∨ b ≤ a ∨ b


Latex:


Latex:
\mforall{}[l1,l2:Lattice].  \mforall{}[f:Point(l1)  {}\mrightarrow{}  Point(l2)].
    (\mforall{}a,b:Point(l1).    f  a  \mwedge{}  b  \mleq{}  f  a  \mwedge{}  f  b)  \mwedge{}  (\mforall{}a,b:Point(l1).    f  a  \mvee{}  f  b  \mleq{}  f  a  \mvee{}  b) 
    supposing  \mforall{}x,y:Point(l1).    (x  \mleq{}  y  {}\mRightarrow{}  f  x  \mleq{}  f  y)


By


Latex:
Auto




Home Index