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

Theorems DER, DT and DEC would be easier to prove if switched in order #87

Open
darijgr opened this issue Jun 20, 2017 · 2 comments
Open

Comments

@darijgr
Copy link

darijgr commented Jun 20, 2017

My suggestion: Theorems DER, DT and DEC are easiest to prove in the order DEC -> DT -> DER.

You can prove Theorem DEC by induction, very much like you currently prove Theorem DER: Compare the row expansion of det(A) about the 1-st row with the column expansion of det(A) about the j-th column. There is one common term in both, which you can cancel out. All the other terms can be further expanded (the ones in the row expansion can be column-expanded about the j-th column by induction, while the ones in the column expansion can be row-expanded about the 1-st row by the definition of the determinant). Once this is done, you've got a sum of precisely the same terms written down.

Once Theorem DEC is thus proven, Theorem DT can be derived from it by induction quite trivially (match the row expansion of det(A) with the column expansion of det(A^t)). No need to average several determinants as you do it now! (Thus, in particular, the proof works in any characteristic.)

Once this is done, Theorem DER follows from DEC + DT in the same way as you currently derive Theorem DEC from DER + DT.

@rbeezer
Copy link
Owner

rbeezer commented Jun 20, 2017 via email

@darijgr
Copy link
Author

darijgr commented Jun 20, 2017

Not a big deal -- I just spent an hour or so looking through the text a year ago (I decided against using it in my class mainly because of its coverage; but I like various aspects of it), recorded these issues somewhere (I wasn't aware of FCLA being on github back then), then spent another half an hour today posting them today once I realized I could easily report them here rather than clog your mailbox.

Notice that my approach doesn't really reduce the "ugliness" of the proof of DER; it just shifts it into the proof of DEC. It removes the need for the "1/n" argument in the proof of DT, though.

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

No branches or pull requests

2 participants