We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define and prove the following properties of the wedge product:
wedge_assoc
add_wedge
wedge_add
smul_wedge
wedge_smul
wedge_antisymm
wedge_self_odd_zero
pullback_wedge
ederiv_wedge
The text was updated successfully, but these errors were encountered:
MetalCreator666
When branches are created from issues, their pull requests are automatically linked.
Define and prove the following properties of the wedge product:
wedge_assoc
; associativity of wedge productadd_wedge
,wedge_add
; addition distributive propertysmul_wedge
,wedge_smul
; scalar product can be pulled into wedgewedge_antisymm
; antisymmetric property of wedge productwedge_self_odd_zero
; wedge of k-form with itself is zero if k is oddpullback_wedge
; distributive property of pullback over wedge productederiv_wedge
; Leibniz rule for exterior derivativeThe text was updated successfully, but these errors were encountered: