Update divisor.lean
This commit is contained in:
parent
9d6801c329
commit
a95c34fd05
|
@ -87,5 +87,7 @@ theorem Divisor.finiteSupport
|
||||||
(hU : IsCompact U)
|
(hU : IsCompact U)
|
||||||
(D : Divisor U) :
|
(D : Divisor U) :
|
||||||
Set.Finite D.toFun.support := by
|
Set.Finite D.toFun.support := by
|
||||||
|
apply IsCompact.finite
|
||||||
sorry
|
· apply IsCompact.of_isClosed_subset hU (D.closedSupport hU.isClosed)
|
||||||
|
exact D.supportInU
|
||||||
|
· exact D.discreteSupport hU.isClosed
|
||||||
|
|
Loading…
Reference in New Issue