Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm admit #5

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cylinder.v
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ Lemma evalpmp_prod_const n (P : {fset {poly {mpoly R[n]}}}) (s : {SAset R^n}) :
size (rootsR (evalpmp x (\prod_(p : P) (val p))))
= size (rootsR (evalpmp y (\prod_(p : P) (val p))))}.
Proof.
admit. Admitted. (*
move=> Scon psize proots pqsize.
apply/all_and2 => x; apply/all_and2 => y; apply/all_and2 => xs; apply/all_and2.
case: n P s Scon psize proots pqsize x y xs
Expand Down Expand Up @@ -1299,7 +1298,7 @@ rewrite hxyE.
have ->: liftxR (hyx u) = gyx (liftyR u).
by apply/val_inj; rewrite liftxRE hyxE.
by rewrite gyxK liftyRE.
Qed.*)
Qed.

Definition elimp_subdef1 n (P : {fset {mpoly R[n.+1]}}) :=
\big[fsetU/fset0]_(p : P) truncations (muni (val p)).
Expand Down
Loading