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

The function Jordan_form is modified to have simpler type (for outputs) #63

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ybertot
Copy link

@ybertot ybertot commented May 4, 2022

characteristic theorems are modified accordingly.

Before the change, function Jordan_form had type:

forall (F : closedFieldType) (n : nat) (A : 'M[F]_n.+1),
   'M[F]_(size_sum[seq x.2.-1 | x <- root_seq_poly (invariant_factors A)])>+1

It now has the type:

forall (F : closedFieldType) (n : nat), 'M[F]_n -> 'M[F]_n

This is an improvement, but not complete, since the proof the diagonalization theorem still relies on the previous form (kept under the name pre_Jordan_form).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant