Revision #2647 → #3186 · back to history
9a973063b37daa6659c4a099| Field | From #2647 | To #3186 |
|---|---|---|
| mathlib.module | Mathlib.Topology.ContinuousMap.Lattice | Mathlib.Topology.ContinuousMap.Ordered |
| note | The lattice structure on `C(α, β)` (with sup/inf inherited pointwise) is provided; sub-lattice membership is then standard `Set` notion. | The lattice structure on `C(α, β)` (with sup/inf inherited pointwise) is provided via `ContinuousMap.instLatticeOfTopologicalLattice` in `ContinuousMap.Ordered`. |