Si R es un retículo y x, y ∈ R, entonces x ⊓ (x ⊔ y) = x
Demostrar que si R es un retículo y x, y ∈ R, entonces
1 |
x ⊓ (x ⊔ y) = x |
Para ello, completar la siguiente teoría de Lean:
1 2 3 4 5 6 |
import order.lattice variables {R : Type*} [lattice R] variables x y : R example : x ⊓ (x ⊔ y) = x := sorry |
Read More «Si R es un retículo y x, y ∈ R, entonces x ⊓ (x ⊔ y) = x»