Alphabeta Math
Pipeline-generated
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

13 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Exterior Powers, Orientation and Hodge Duality: Examples and Counterexamples

1 · Prerequisites

2 · Summary

These examples list the wedge bases and dimensions of the exterior powers of R2, R3, and R4; use wedges to detect dependence in coordinates; show that every exterior power of a diagonal operator is diagonal; match a concrete second exterior-power matrix with its signed minors; recover area and volume from Gram determinants; write out the Hodge star in dimensions two, three, and four; recover the cross product from (uv); and compare the Hodge star across the two orientations of R3 with the metric fixed.

The counterexample and false statements isolate the structure actually needed: a bivector in R4 need not be decomposable; the exterior power is a quotient of the tensor power, not canonically a subspace over every field; an inner product does not determine an orientation and an orientation does not determine an inner product; and the Hodge star genuinely needs both metric and orientation, not just the vector-space structure.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

Bases and dimensions of exterior powers of R2, R3, and R4

Example

In the standard bases, the exterior powers have the following bases and dimensions. For R2: Λ0=R (basis 1), Λ1 has basis e1,e2, Λ2 has basis e1e2, and Λk=0 for k>2. For R3: Λ0=R; Λ1 has basis e1,e2,e3; Λ2 has basis e1e2, e1e3, e2e3; Λ3 has basis e1e2e3; and Λk=0 for k>3. For R4: Λ0=R; Λ1 has basis e1,e2,e3,e4; Λ2 has basis e1e2, e1e3, e1e4, e2e3, e2e4, e3e4; Λ3 has basis e1e2e3, e1e2e4, e1e3e4, e2e3e4; Λ4 has basis e1e2e3e4; and Λk=0 for k>4.

Facts & Assumptions

Given: The standard bases of R2, R3, and R4.

[L1]

The increasing-index wedges of an ordered basis form a basis of ΛkV (Increasing-index wedges of a basis form a basis of ΛkV).

[L2]
[L3]

ΛkV=0 for k>dimV (If k>dimV, then ΛkV=0).

Verification

technique · direct
1.1

By [L1], the listed families are exactly the increasing-index wedges of the standard bases, so they are bases of the corresponding exterior powers.

L1given
1.2

By [L2], the dimensions are the binomial counts: 1,2,1 for R2; 1,3,3,1 for R3; and 1,4,6,4,1 for R4, matching the sizes of the listed families.

L2
1.3

By [L3], every degree above the top vanishes, so no further nonzero pieces appear.

L3
2.1

Steps 1.1, 1.2 and 1.3 verify all displayed bases, dimensions, and vanishing statements.

step 1.1step 1.2step 1.3
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

A wedge product detects linear dependence in concrete coordinates

Example

In R3, four samples pair the zero/nonzero behaviour of the wedge with dependence/independence. Dependent pairs give the zero wedge: e1(2e1)=0, and for u=(1,2,0), v=(2,4,0) one has uv=0 because v=2u. Independent pairs give a nonzero wedge: e1e20, and for u=(1,0,0), v=(0,1,0) one has uv=e1e20.

Facts & Assumptions

Given: The standard basis of R3 and the four displayed pairs.

[L1]

A decomposable wedge is nonzero exactly when its vectors are linearly independent (In a finite-dimensional vector space, a decomposable wedge is nonzero exactly when its vectors are linearly independent).

Verification

technique · direct
1.1

The pair (e1,2e1) is dependent and its wedge is e1(2e1)=2(e1e1)=0, the zero case of [L1].

L1algebra
1.2

The pair (e1,e2) is independent and its wedge e1e2 is a basis vector of Λ2R3, hence nonzero, the nonzero case of [L1].

L1
1.3

For u=(1,2,0) and v=(2,4,0), the relation v=2u gives uv=2(uu)=0, matching the dependence.

L1algebra
2.1

For u=(1,0,0) and v=(0,1,0), one has uv=e1e2, which step 1.2 shows is nonzero, matching the independence.

step 1.2L1
3.1

In all four samples the wedge is zero exactly for the dependent pairs, in agreement with [L1].

step 1.1step 1.2step 1.3step 2.1
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

All exterior powers of a diagonal operator are diagonal

Example

Let T:RnRn be diagonal with diagonal entries λ1,,λn. Then for every 0kn, the map ΛkT is diagonal in the increasing wedge basis: for a k-subset I={i1<<ik},

ΛkT(eI)=λIeI,λI:=λi1λik.

For instance, if T=diag(2,3,5) on R3, then Λ2T is diag(6,10,15) in the basis (e1e2,e1e3,e2e3).

Facts & Assumptions

Given: A diagonal operator T with diagonal entries λ1,,λn and a k-subset I.

[L1]

Exterior powers preserve the induced maps on the wedge basis (Exterior powers are functorial).

[L2]

In the wedge bases, the matrix of ΛkT has entries detAJ,I, the signed k-minors of the matrix A of T (In basis-wedge coordinates, the matrix of ΛkT is the signed matrix of k-minors).

Verification

technique · direct
1.1

The matrix A of T in the standard basis is diagonal.

given
2.1

By [L2], the entry of ΛkT at (J,I) is the determinant of the k×k submatrix with rows J and columns I; for the diagonal matrix of step 1.1 this is 0 when JI and λI when J=I.

L2step 1.1algebra
3.1

By [L1], the values of ΛkT on the wedge basis eI determine the whole map, so ΛkT(eI)=λIeI and the map is diagonal with the displayed entries; the n=3 case reads diag(6,10,15) on Λ2R3.

L1step 2.1
4.1

Steps 2.1 and 3.1 verify the diagonal form of every exterior power and the concrete example.

step 2.1step 3.1
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

A concrete second exterior-power matrix matches the signed 2×2 minors

Example

Let T:R3R3 have matrix

A=(120013201).

In the wedge basis (e1e2, e1e3, e2e3) of Λ2R3, the matrix of Λ2T is

[Λ2T]=(136416261),

whose entry in row J and column I is exactly the signed 2×2 minor of A with rows J and columns I.

Facts & Assumptions

Given: The operator T with the displayed matrix A and the wedge basis of Λ2R3.

[L1]

In the wedge bases, the matrix of ΛkT has entries detAJ,I, where AJ,I is the k×k submatrix with rows J and columns I (In basis-wedge coordinates, the matrix of ΛkT is the signed matrix of k-minors).

Verification

technique · direct
1.1

Direct computation of the images of the three basis wedges gives Λ2T(e1e2)=(e1+2e3)(2e1+e2)=e1e24e1e32e2e3, Λ2T(e1e3)=(e1+2e3)(3e2+e3)=3e1e2+e1e36e2e3, and Λ2T(e2e3)=(2e1+e2)(3e2+e3)=6e1e2+2e1e3+e2e3, so the columns of the matrix are (1,4,2), (3,1,6), (6,2,1).

algebra
1.2

By [L1], the expected entries are the nine 2×2 minors: detA12,12=1, detA13,12=4, detA23,12=2, detA12,13=3, detA13,13=1, detA23,13=6, detA12,23=6, detA13,23=2, detA23,23=1.

L1algebra
2.1

The nine coordinates of step 1.1 coincide entry by entry with the nine minors of step 1.2, so the displayed matrix equals the signed minor matrix.

step 1.1step 1.2
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

Oriented area and volume are recovered from wedges and Gram determinants

Example

In R2 with the standard inner product, the parallelogram spanned by u=(1,2) and v=(3,1) has Gram matrix (55510), whose determinant is 25, so its area is 5. In R3, the parallelotope spanned by u=(1,0,1), v=(0,2,0), w=(1,1,0) has Gram matrix (201042122), whose determinant is 4, so its volume is 2.

Facts & Assumptions

Given: The standard inner products on R2 and R3 and the displayed vectors.

[L1]

The Gram formula gives v1vk2=detG(v1,,vk) on the exterior power (The Gram formula gives a well-defined positive-definite inner product on exterior powers, and v1vk2 is the Gram determinant).

[L2]

The oriented unit area/volume form has norm 1 in the Gram pairing, so the norm of a pure wedge is the unoriented area or volume of the spanned parallelepiped (The oriented unit volume form).

Verification

technique · direct
1.1

By [L1], uv2=det(u,uu,vv,uv,v)=det(55510)=25, so the parallelogram area is 25=5.

L1algebra
1.2

By [L1], uvw2=det(201042122)=2(84)+(04)=4, so the parallelotope volume is 4=2.

L1algebra
2.1

By [L2], the unit volume forms have norm 1, so the norms computed in steps 1.1 and 1.2 are precisely the unoriented area and volume; the orientation data would only attach a sign, not a size.

L2step 1.1step 1.2
3.1

Steps 1.1, 1.2 and 2.1 recover area and volume from wedges and Gram determinants.

step 1.1step 1.2step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The Hodge star in dimensions two, three, and four

Example

With the standard orientation and inner product on each space: in R2, 1=e1e2, e1=e2, e2=e1, (e1e2)=1. In R3, 1=e1e2e3, e1=e2e3, e2=e3e1, e3=e1e2, (e1e2)=e3, (e2e3)=e1, (e3e1)=e2, and (e1e2e3)=1. In R4, 1=ω=e1e2e3e4, e1=e2e3e4, e2=e1e3e4, e3=e1e2e4, e4=e1e2e3, (e1e2)=e3e4, (e1e3)=e2e4, (e3e4)=e1e2, and ω=1.

Facts & Assumptions

Given: The standard oriented orthonormal bases of R2, R3, and R4.

[L1]

In a positively oriented orthonormal basis, eI=εIeIc, where εI is the sign of the permutation listing I followed by its complement (The Hodge star exists uniquely and is given by the complementary-basis formula in an oriented orthonormal basis).

[L2]

is an isometry and satisfies 2=(1)k(nk) on Λk of an n-dimensional space (The Hodge star is an isometry and satisfies 2=(1)k(nk) on ΛkV).

Verification

technique · direct
1.1

In R2, the complementary basis and permutation signs of [L1] give 1=e1e2, e1=e2, e2=e1, and (e1e2)=1.

L1algebra
1.2

In R3, the same formula gives the displayed list: for example e2=e3e1 because the permutation (2,3,1)(1,2,3) has sign +1, and (e1e2)=e3 because (1,2,3) is already ordered.

L1algebra
1.3

In R4, the formula gives the displayed values, e.g. e2=e1e3e4 because (2,1,3,4) has sign 1, and (e1e3)=e2e4 because (1,3,2,4) has sign 1.

L1algebra
2.1

Square checks with [L2]: in R2, e1=e2=e1=(1)11e1; in R3, e1=(e2e3)=e1=(1)12e1; in R4, (e1e2)=(e3e4)=e1e2=(1)22(e1e2).

L2step 1.1step 1.2step 1.3algebra
2.2

In each dimension, permutes the orthonormal wedge basis up to sign, so it preserves the Gram norm, as [L2] states.

L2step 1.1step 1.2step 1.3
3.1

Steps 1.1 through 2.2 verify the displayed stars, the square signs, and the isometry in all three dimensions.

step 1.1step 1.2step 1.3step 2.1step 2.2
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The cross product is recovered from (uv) in R3

Example

For u=(1,0,2) and v=(0,3,1) in oriented Euclidean R3,

uv=(e1+2e3)(3e2+e3)=3e1e2+e1e36e2e3,

and applying the Hodge star gives 3e3e26e1, that is (6,1,3), which is exactly the coordinate cross product u×v=(0123, 2011, 1300)=(6,1,3).

Facts & Assumptions

Given: The vectors u=(1,0,2), v=(0,3,1) and the standard oriented orthonormal basis of R3.

[L1]

In oriented Euclidean three-space, the cross product is u×v=(uv) (In oriented Euclidean three-space, the cross product is (uv)).

Verification

technique · direct
1.1

Expanding the wedge gives uv=(e1+2e3)(3e2+e3)=3e1e2+e1e3+6e3e2=3e1e2+e1e36e2e3.

algebra
1.2

The coordinate cross product is u×v=(u2v3u3v2, u3v1u1v3, u1v2u2v1)=(6,1,3).

algebra
2.1

Applying the star to step 1.1, with (e1e2)=e3, (e1e3)=e2, (e2e3)=e1, gives (uv)=3e3e26e1=(6,1,3).

L1step 1.1algebra
3.1

Steps 2.1 and 1.2 produce the same vector, in agreement with the identity of [L1].

L1step 1.2step 2.1
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Reversing orientation negates the Hodge star while keeping the metric fixed

Example

Fix the standard inner product on R3 and compare the two orientations: the standard one, represented by the ordered basis (e1,e2,e3), and the reversed one, represented by (e2,e1,e3). For the standard orientation the Hodge star satisfies +(e1e2)=e3; for the reversed orientation the unit volume form is e2e1e3=e1e2e3, and the Hodge star satisfies (e1e2)=e3. The metric is the same in both computations; only the orientation changed, and the star changed sign.

Facts & Assumptions

Given: The standard inner product on R3 and the two ordered bases (e1,e2,e3) and (e2,e1,e3).

[L1]

Two ordered bases lie in the same orientation class exactly when their change-of-basis isomorphism has positive determinant (A real linear isomorphism preserves or reverses orientation according to the sign of its determinant).

[L2]

The Hodge star is characterized by αβ=α,βω with the unit volume form ω, and in a positively oriented orthonormal basis eI=εIeIc (The Hodge star exists uniquely and is given by the complementary-basis formula in an oriented orthonormal basis).

[L4]

The oriented unit volume form is ω=b1bn for a positively oriented orthonormal basis (The oriented unit volume form).

Verification

technique · direct
1.1

The change of basis from (e1,e2,e3) to (e2,e1,e3) is a transposition with determinant 1, so by [L1] the two bases represent the two opposite orientation classes.

L1algebra
1.2

By [L4], the unit volume forms are ω+=e1e2e3 and ω=e2e1e3=ω+.

L4algebra
2.1

By the characterizing relation of [L2] and its uniqueness clause, αβ=α,βω=α,βω+=α(+β) for all α, so =+ on every degree.

L2step 1.2
3.1

In particular +(e1e2)=e3 by [L2], and step 2.1 gives (e1e2)=e3; the metric used in both computations is the same standard inner product, and [L3] records that each star is an isometry for it.

L2L3step 2.1
4.1

Steps 1.1 through 3.1 show that reversing the orientation negates the Hodge star while the metric stays fixed.

step 1.1step 2.1step 3.1
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

A bivector in R4 need not be decomposable

Statement refuted

Every bivector αΛ2R4 is decomposable, that is, of the form α=uv.

Facts & Assumptions

Given: The standard basis of R4 and the bivector α=e1e2+e3e4.

[L1]

The wedge v1vk is a basis element of ΛkR4, hence nonzero, for independent vectors (In a finite-dimensional vector space, a decomposable wedge is nonzero exactly when its vectors are linearly independent).

[L2]

The wedge product is associative and satisfies vw=wv for vectors (Exterior multiplication is well defined, graded, associative, unital, and graded-commutative).

Counterexample

technique · direct
1.1

If α=uv were decomposable, then by [L2], αα=uvuv=uuvv=0.

L2algebra
1.2

For the displayed α, compute αα=e1e2e3e4+e3e4e1e2=2e1e2e3e4, which is the nonzero basis vector of Λ4R4 by [L1].

L1L2algebra
2.1

Steps 1.1 and 1.2 contradict each other, so the bivector α is not decomposable.

step 1.1step 1.2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

FALSE: ΛkV is canonically a subspace of Vk over every field

Statement

For every field F, every F-vector space V, and every k0, the kth exterior power ΛkV is canonically a linear subspace of the k-fold tensor power Vk: the antisymmetrization map

Alt(v1vk):=σSksgn(σ)vσ(1)vσ(k)

is a well-defined injective linear section of the quotient map π:VkΛkV, for every field F.

Facts & Assumptions

Given: A field F, a vector space V with dimVk2, the quotient map π, and the antisymmetrization Alt.

[L1]

The exterior power is the quotient ΛkV=Vk/Wk with quotient map π (The kth exterior power as the tensor-power quotient by repeated-vector relations).

[L2]

Permuting the entries of a wedge multiplies it by the permutation sign (Exterior multiplication is well defined, graded, associative, unital, and graded-commutative).

Refutation

technique · direct
1.1

By [L1], ΛkV is a quotient of Vk, and the structure map π is a surjection with nonzero kernel: for dimV2 and k2, extend a nonzero vector v to a basis (v,e2,,en); then the pure tensor vve3ekVk (with the tail omitted when k=2) is nonzero yet π of it is vve3ek=0 because the first two entries repeat, so the canonical construction presents ΛkV as a quotient, not a subspace.

L1
1.2

For the formula-defined antisymmetrization, [L2] gives

π(Alt(v1vk))=σsgn(σ)vσ(1)vσ(k)=σ(sgnσ)2v1vk=k!v1vk.

[L2, algebra]

2.1

Over a field whose characteristic divides k!, step 1.2 gives πAlt=k!id=0, while ΛkV0 by the hypothesis dimVk; a section must satisfy πs=id, so Alt is not a section over such a field. The concrete witness is F=F2, V=F22, k=2: Alt(e1e2)=e1e2+e2e1 and π of that is 2e1e2=0.

step 1.1step 1.2
3.1

Step 2.1 gives a field F, a vector space V, and a degree k for which the displayed formula is not a section of π, so the universal claim "for every field" is false.

step 2.1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

FALSE: an inner product determines an orientation

Statement

An inner product on a finite-dimensional real vector space determines an orientation of that space.

Facts & Assumptions

Given: The standard inner product on R3 and the ordered bases (e1,e2,e3) and (e2,e1,e3).

[L1]

With the standard metric fixed, R3 carries the two opposite orientations represented by (e1,e2,e3) and (e2,e1,e3), and reversing the orientation negates the Hodge star (Reversing orientation negates the Hodge star while keeping the metric fixed).

[L2]

The sign of a change-of-basis determinant records which orientation class a basis lies in (A real linear isomorphism preserves or reverses orientation according to the sign of its determinant).

Refutation

technique · direct
1.1

By [L1], the same standard inner product is compatible with both the orientation represented by (e1,e2,e3) and the opposite one represented by (e2,e1,e3); neither is preferred by the metric.

L1
1.2

By [L2], these are genuinely different orientations: the change-of-basis determinant is 1, so the two bases lie in opposite classes.

L2
2.1

Since one inner product is compatible with two different orientations, the inner product does not determine an orientation.

step 1.1step 1.2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

FALSE: an orientation determines an inner product

Statement

An orientation of a finite-dimensional real vector space determines an inner product on that space.

Facts & Assumptions

Given: The orientation of R2 represented by (e1,e2), the standard inner product g, and the scaled inner product 2g.

[L1]

The oriented unit volume form is attached to the pair of an orientation and an inner product (The oriented unit volume form).

Refutation

technique · direct
1.1

The two inner products g and 2g are different: e1,e1g=1 but e1,e12g=2. However, orientation classes of ordered bases are defined purely by determinants of change-of-basis maps, with no metric input, so both metrics sit over the same orientation class of (e1,e2).

givenalgebra
1.2

By [L1], the unit volume form for (orientation,g) is e1e2, while for (orientation,2g) it is (e1/2)(e2/2)=12e1e2e1e2.

L1algebra
2.1

By [L2], the two metrics also induce different Gram pairings on the exterior powers: norms are rescaled, so the metric data is genuinely different even though the orientation is the same.

L2step 1.1
3.1

Steps 1.1, 1.2 and 2.1 exhibit two different inner products over one fixed orientation, refuting the claim.

step 1.1step 1.2step 2.1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-29Open item page →

FALSE: Hodge star needs only the vector-space structure

Statement

The Hodge star is determined by the underlying real vector-space structure alone: no metric or orientation data is needed.

Facts & Assumptions

Given: The real vector space R3, the standard inner product, and the two opposite orientations.

[L1]

The Hodge star is built from the Gram pairing (the metric) and the oriented unit volume form (the orientation) (The Hodge star on an oriented finite-dimensional real inner-product space).

[L2]

The Hodge star is the unique operator satisfying its characterizing relation for those data (The Hodge star exists uniquely and is given by the complementary-basis formula in an oriented orthonormal basis).

[L3]

With the standard metric fixed, reversing the orientation negates the Hodge star: =+ (Reversing orientation negates the Hodge star while keeping the metric fixed).

Refutation

technique · direct
1.1

By [L1], the definition of the Hodge star consumes a metric and an orientation as input, so the star is data attached to the pair, not to the bare vector space.

L1
1.2

By [L3], the same underlying real vector space R3 with the same metric but the two opposite orientations has two different stars, +=.

L3
2.1

By the uniqueness clause of [L2], the operator is genuinely tied to the chosen data: the characterizing relation forces the sign change of step 1.2, so no single star is attached to the vector-space structure alone.

L2step 1.2
3.1

Steps 1.1 through 2.1 refute the claimed sufficiency of the vector-space structure.

step 1.1step 1.2step 2.1

Sources