Commit 2022-07-26 11:31 a095eaeb
View on Github →feat(order/filter/*): filter.pi
is countably generated (#15632)
- rename
filter.has_basis_infi
tofilter.has_basis_infi'
, add newfilter.has_basis_infi
; - move
prod.is_countably_generated
, golf, addcoprod.is_countably_generated
; is_countably_generated_seq
is no longer an instance,infi.is_countably_generated
is better;- add
infi.is_countably_generated
andpi.is_countably_generated
; - prove
prod.fist_countable_topology
(from the sphere eversion project) andpi.first_countable_topology
; - generalize
pi.second_countable_topology
fromencodable
tocountable
so that it automatically applies to finite types.