Theorems · Theorem · order theory
image_latticeClosure
∀ {α : Type u_3} {β : Type u_4} [inst : Lattice α] [inst_1 : Lattice β] (s : Set α) (f : α → β),
(∀ (a b : α), f (a ⊔ b) = f a ⊔ f b) →
(∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) → f '' latticeClosure s = latticeClosure (f '' s)- Defined in
- Mathlib.Order.SupClosed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Latticestatement and proof · cited by 916
- Set.mem_image_of_memproof · cited by 371
- ClosureOperatorstatement · cited by 371
- Set.image_monoproof · cited by 197
- latticeClosurestatement and proof · cited by 24
- IsSublattice.infClosedproof · cited by 15
- IsSublattice.supClosedproof · cited by 15
- subset_latticeClosureproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- image_latticeClosure'proof · cited by 1