Theorems · Theorem · real analysis
ConvexOn.pow
∀ {𝕜 : Type u_1} {E : Type u_2} {G : Type u_4} [inst : CommRing 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : CommRing E] [inst_4 : LinearOrder E] [IsStrictOrderedRing E] [inst_6 : AddCommGroup G] [inst_7 : Module 𝕜 G]
[inst_8 : Module 𝕜 E] {s : Set G} [IsOrderedModule 𝕜 E] [IsScalarTower 𝕜 E E] [SMulCommClass 𝕜 E E] {f : G → E},
ConvexOn 𝕜 s f → (∀ ⦃x : G⦄, x ∈ s → 0 ≤ f x) → ∀ (n : ℕ), ConvexOn 𝕜 s (f ^ n)- Defined in
- Mathlib.Analysis.Convex.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- IsScalarTowerstatement and proof · cited by 3,896
- IsStrictOrderedRingstatement and proof · cited by 2,490
- SMulCommClassstatement and proof · cited by 1,927
- ConvexOnstatement and proof · cited by 232
- IsOrderedModulestatement and proof · cited by 156
Cited by3
Results whose statement or proof uses this declaration.
- convexOn_powproof · cited by 3
- convexOn_zpowproof · cited by 2
- Even.convexOn_powproof · cited by 1