We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b01e7 commit 86ccf01Copy full SHA for 86ccf01
theories/Topology/Homeomorphisms.v
@@ -118,8 +118,10 @@ Definition topological_property (P : TopologicalSpace -> Prop) :=
118
(** a lemma to prove [topological_property] more easily, with less
119
boilerplate *)
120
Lemma topological_property_prover (P : TopologicalSpace -> Prop) :
121
- (forall (X Y : TopologicalSpace) (f : X -> Y) (Hf : continuous f) (g : Y -> X) (Hg : continuous g)
122
- (Hfg : inverse_map f g) (HX : P X), P Y) ->
+ (forall (X Y : TopologicalSpace)
+ (f : X -> Y) (Hf : continuous f)
123
+ (g : Y -> X) (Hg : continuous g)
124
+ (Hfg : inverse_map f g) (HX : P X), P Y) ->
125
topological_property P.
126
Proof.
127
intros H.
0 commit comments