Theorems · Theorem · field theory
IsPreconnected.eq_or_eq_neg_of_sq_eq
∀ {α : Type u_2} {𝕜 : Type u_3} {f g : α → 𝕜} {S : Set α} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace 𝕜]
[T1Space 𝕜] [inst_3 : Field 𝕜] [ContinuousInv₀ 𝕜] [ContinuousMul 𝕜],
IsPreconnected S →
ContinuousOn f S →
ContinuousOn g S → Set.EqOn (f ^ 2) (g ^ 2) S → (∀ {x : α}, x ∈ S → g x ≠ 0) → Set.EqOn f g S ∨ Set.EqOn f (-g) SIf f, g are functions α → 𝕜, both continuous on a preconnected set S, with
f ^ 2 = g ^ 2 on S, and g z ≠ 0 all z ∈ S, then either f = g or f = -g on
S.
- Defined in
- Mathlib.Topology.Algebra.Field
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- TopologicalSpacestatement and proof · cited by 24,529
- Fieldstatement and proof · cited by 7,404
- one_mulproof · cited by 2,841
- ContinuousOnstatement and proof · cited by 1,411
- neg_mulproof · cited by 654
- Set.EqOnstatement and proof · cited by 603
- ContinuousMulstatement and proof · cited by 343
- T1Spacestatement and proof · cited by 275
- pow_ne_zeroproof · cited by 208
- IsPreconnectedstatement and proof · cited by 205
- ContinuousInv₀statement and proof · cited by 73
Cited by1
Results whose statement or proof uses this declaration.
- IsPreconnected.eq_of_sq_eqproof · cited by 1