ProbabilityTheory.FiniteMeasure.toMeasure_sub
This page has the declaration's own card below, then its dependency graph, then a card for each dependency (type dependencies first, then the rest of the transitive closure). For a theorem, the graph and the dependency cards only follow its statement's dependencies (its proof is replaced by sorry, so what it proves doesn't depend on how); for everything else, both the type and the body/value are followed, since their content is part of what later declarations build on.
toMeasure_sub🔗
ProbabilityTheory.FiniteMeasure.toMeasure_subNo docstring.
ProbabilityTheory.FiniteMeasure.toMeasure_sub.{u_1} {α : Type u_1} {mα : MeasurableSpace α} (μ ν : MeasureTheory.FiniteMeasure α) : ↑(μ - ν) = ↑μ - ↑νProbabilityTheory.FiniteMeasure.toMeasure_sub.{u_1} {α : Type u_1} {mα : MeasurableSpace α} (μ ν : MeasureTheory.FiniteMeasure α) : ↑(μ - ν) = ↑μ - ↑ν
Code
lemma FiniteMeasure.toMeasure_sub (μ ν : FiniteMeasure α) : ↑(μ - ν) = (↑μ - ↑ν : Measure α)
Type uses (1)
Actions: Source · Open Issue
Proof
rfl
Dependency graph
Type dependencies (1)
instSubFiniteMeasure_leanMachineLearning🔗
ProbabilityTheory.instSubFiniteMeasure_leanMachineLearningNo docstring.
ProbabilityTheory.instSubFiniteMeasure_leanMachineLearning.{u_1} {α : Type u_1} {mα : MeasurableSpace α} : Sub (MeasureTheory.FiniteMeasure α)ProbabilityTheory.instSubFiniteMeasure_leanMachineLearning.{u_1} {α : Type u_1} {mα : MeasurableSpace α} : Sub (MeasureTheory.FiniteMeasure α)
Code
noncomputable instance : Sub (FiniteMeasure α)
Used by (4)
Actions: Source · Open Issue
Proof
⟨fun μ ν ↦ ⟨μ.toMeasure - ν.toMeasure, inferInstance⟩⟩