Theorems · Definition · functional analysis
NormedCommGroup.mk.noConfusion
{E : Type u_8} →
{P : Sort u} →
{toNorm : Norm E} →
{toCommGroup : CommGroup E} →
{toMetricSpace : MetricSpace E} →
{dist_eq : autoParam (∀ (x y : E), dist x y = ‖x⁻¹ * y‖) NormedCommGroup.dist_eq._autoParam} →
{toNorm' : Norm E} →
{toCommGroup' : CommGroup E} →
{toMetricSpace' : MetricSpace E} →
{dist_eq' : autoParam (∀ (x y : E), dist x y = ‖x⁻¹ * y‖) NormedCommGroup.dist_eq._autoParam} →
{ toNorm := toNorm, toCommGroup := toCommGroup, toMetricSpace := toMetricSpace,
dist_eq := dist_eq } =
{ toNorm := toNorm', toCommGroup := toCommGroup', toMetricSpace := toMetricSpace',
dist_eq := dist_eq' } →
(toNorm ≍ toNorm' → toCommGroup ≍ toCommGroup' → toMetricSpace ≍ toMetricSpace' → P) → P- Defined in
- Mathlib.Analysis.Normed.Group.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- CommGroupstatement and proof · cited by 990
- Normstatement and proof · cited by 512
- NormedCommGroupstatement · cited by 8
- NormedCommGroup.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.