Mathlib Map

Theorems · Definition · convex and discrete geometry

ProperCone.dual

{R : Type u_1} →
  {M : Type u_2} →
    {N : Type u_3} →
      [inst : CommRing R] →
        [inst_1 : PartialOrder R] →
          [inst_2 : IsOrderedRing R] →
            [inst_3 : TopologicalSpace R] →
              [ClosedIciTopology R] →
                [inst_5 : AddCommGroup M] →
                  [inst_6 : Module R M] →
                    [inst_7 : TopologicalSpace M] →
                      [inst_8 : AddCommGroup N] →
                        [inst_9 : Module R N] →
                          [inst_10 : TopologicalSpace N] →
                            (p : M →ₗ[R] N →ₗ[R] R) → [p.IsContPerfPair] → Set M → ProperCone R N

The dual cone of a set s with respect to a perfect pairing p is the cone consisting of all points y such that for all points x ∈ s we have 0 ≤ p x y.

Defined in
Mathlib.Analysis.Convex.Cone.Dual
Cited by
16 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingPartialOrderIsOrderedRingTopologicalSpaceClosedIciTopologyAddCommGroupModuleTopologicalSpaceAddCommGroupModuleTopologicalSpaceLinearMap.IsContPerfPair

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProperCone.innerDual · cited by 15ProperCone.innerDualProperCone.dual_flip_dual · cited by 2ProperCone.dual_flip_dualPointedCone.minTensorProduct_eq_max_of_simplicial_generating_left · cited by 1PointedCone.minTensorProd…ProperCone.dual_dual_flip · cited by 1ProperCone.dual_dual_flipProperCone.dual_union · cited by 1ProperCone.dual_unionProperCone.dual.congr_simp · cited by 1dual.congr_simpProperCone.subset_dual_dual · cited by 1ProperCone.subset_dual_du…ProperCone.dual_empty · cited by 0ProperCone.dual_emptyProperCone.dual_iUnion · cited by 0ProperCone.dual_iUnionProperCone.dual_insert · cited by 0ProperCone.dual_insertProperCone.dual_le_dual · cited by 0ProperCone.dual_le_dualProperCone.dual_sUnion · cited by 0ProperCone.dual_sUnionProperCone.dual_singleton · cited by 0ProperCone.dual_singletonProperCone.dual_univ · cited by 0ProperCone.dual_univProperCone.dual_zero · cited by 0ProperCone.dual_zeroSet · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapSubmodule · cited by 7192SubmodulePartialOrder · cited by 6410PartialOrderIsOrderedRing · cited by 777IsOrderedRingClosedIciTopology · cited by 156ClosedIciTopologyProperCone · cited by 57ProperConePointedCone.dual · cited by 47PointedCone.dualLinearMap.IsContPerfPair · cited by 24LinearMap.IsContPerfPairProperCone.dualCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.