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 9bc5555 commit 1724e44Copy full SHA for 1724e44
theories/cantor.v
@@ -484,7 +484,7 @@ Local Lemma cantor_surj_pt1 : exists2 f : Tree -> T,
484
Proof.
485
pose entn n := projT2 (cid (ent_balls' (count_unif n))).
486
have [ | |? []//| |? []// | |] := @tree_map_props
487
- (discrete_topology \o K) T (embed_refine) (embed_invar) cptT hsdfT.
+ K T (embed_refine) (embed_invar) cptT hsdfT.
488
- move=> n U; rewrite eqEsubset; split=> [t Ut|t [? ? []]//].
489
have [//|_ _ _ + _] := entn n; rewrite -subTset.
490
move=> /(_ t I)[W cbW Wt]; exists (existT _ W cbW) => //.
0 commit comments