Skip to content

Commit 86ccf01

Browse files
committed
SQUASH: Wrap a long line in Homeomorphisms
Squash into the redefinition of homeo. etc.
1 parent 43b01e7 commit 86ccf01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

theories/Topology/Homeomorphisms.v

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ Definition topological_property (P : TopologicalSpace -> Prop) :=
118118
(** a lemma to prove [topological_property] more easily, with less
119119
boilerplate *)
120120
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) ->
121+
(forall (X Y : TopologicalSpace)
122+
(f : X -> Y) (Hf : continuous f)
123+
(g : Y -> X) (Hg : continuous g)
124+
(Hfg : inverse_map f g) (HX : P X), P Y) ->
123125
topological_property P.
124126
Proof.
125127
intros H.

0 commit comments

Comments
 (0)