Skip to content

Commit

Permalink
porting quotient fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone1 authored and proux01 committed Mar 29, 2023
1 parent c665e8b commit 7ce6f23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions theories/topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -4871,9 +4871,10 @@ Context {T : topologicalType} {Q0 : quotType T}.

Local Notation Q := (quotient_topology Q0).

HB.instance Definition _ := gen_eqMixin Q.
HB.instance Definition _ := gen_choiceMixin Q.
HB.instance Definition _ := isPointed.Build Q (\pi_Q point).
HB.instance Definition _ := Quotient.copy Q Q0.
HB.instance Definition _ := [Sub Q of T by %/].
HB.instance Definition _ := [Choice of Q by <:].
HB.instance Definition _ := isPointed.Build Q (\pi_Q point : Q).

Definition quotient_open U := open (\pi_Q @^-1` U).

Expand Down

0 comments on commit 7ce6f23

Please sign in to comment.