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