Intermediate Fields Finder Calculator

Map subfields inside finite extensions with confidence. Check divisors and tower degrees instantly. Export results and reuse them in proofs.

Example primes: 2, 3, 5, 7, 11.
Must divide n for a valid tower.
Choose n ≥ m.
Strict means m < d < n.
Adds quick counts for divisors and fields.
This tool targets finite fields: GF(p^m) ⊆ GF(p^n). For general number fields, intermediate fields require additional structure and data.

Example data table

Example: p=2, m=1, n=6. Divisors of 6 are 1, 2, 3, 6.
d Field [GF(2^d):GF(2)] [GF(2^6):GF(2^d)]
1GF(2^1)16
2GF(2^2)23
3GF(2^3)32
6GF(2^6)61
In finite fields, each divisor produces one subfield.

Formula used

  • GF(p^m) ⊆ GF(p^n) exists iff m | n.
  • Subfields of GF(p^n) correspond to divisors d | n.
  • Intermediate subfields over GF(p^m) satisfy m | d | n.
  • Degrees: [GF(p^d):GF(p^m)] = d/m and [GF(p^n):GF(p^d)] = n/d.

How to use this calculator

  1. Enter a prime p for the field characteristic.
  2. Set m for the base field GF(p^m).
  3. Set n for the top field GF(p^n).
  4. Click Submit to list valid intermediate subfields.
  5. Use CSV or PDF to save results for notes.

Article

Finite-field ladder in one glance

Finite fields appear in coding, cryptography, and computational algebra because every field with p^n elements is isomorphic to GF(p^n). A key structural fact is that subfields are not arbitrary: they are indexed by the divisors of n. This makes intermediate-field discovery a clean arithmetic task rather than a symbolic one. The calculator turns that theorem into a practical checklist for practitioners.

Divisors as degrees of subfields

If d divides n, then GF(p^d) sits inside GF(p^n), and there is exactly one such subfield up to equality. Intermediate fields between GF(p^m) and GF(p^n) exist precisely when m divides d and d divides n. So the search reduces to filtering the divisor set of n by a divisibility constraint from m. The output is a degree-ordered chain you can compare with your notes.

Counting how many intermediates

The number of intermediate fields equals the count of integers d satisfying m|d|n. When m=n, the count is one, meaning no proper intermediate field. When m=1, you obtain all subfields of GF(p^n). This count helps you sanity-check results, design example exercises, and estimate how many entries will appear before exporting to CSV or PDF.

Why this matters in applications

In Reed–Solomon style constructions, subfields define trace and norm maps used for folding symbols and building constraints. In cryptographic protocols, choosing parameters sometimes requires avoiding small subfields to prevent subfield attacks. In implementation work, knowing the subfield degrees guides how you select bases, build embeddings, and reason about element representations across extension layers.

Interpreting results responsibly

This tool assumes finite fields only; it does not compute explicit polynomials, generators, or embedding maps. Still, the degree list is often what you need first: it tells you which intermediate extensions are possible and which are impossible. If you later require explicit constructions, you can pair the degrees with an irreducible polynomial choice and a concrete basis. Use the example table to validate your intuition quickly. For study, try n=12 and m=3, then verify the divisor filter manually on paper.

FAQs

1) What does “intermediate field” mean here?

It means a finite field GF(p^d) that lies between a smaller subfield GF(p^m) and a larger field GF(p^n), with m|d|n.

2) Why do divisors of n matter?

In finite fields, subfields correspond exactly to degrees d that divide n. Each such degree determines a unique subfield inside GF(p^n).

3) When will I get no proper intermediate fields?

If m=n, there is only the top field. Also, if n is prime and m=1, the only subfields are GF(p) and GF(p^n).

4) Does this tool build the actual field elements or polynomials?

No. It reports which degrees are possible. Constructing explicit embeddings needs an irreducible polynomial choice and a basis.

5) How should I interpret the “count of intermediate fields”?

It is the number of degrees d that satisfy m|d|n. It counts subfields, not distinct generators or representations.

6) Can I use this for number fields or general algebraic extensions?

Not reliably. Number-field intermediate extensions depend on polynomial factorization and Galois theory data, not just divisibility.

Notes and limitations

This calculator focuses on finite fields where the subfield structure is fully determined by degree divisors. For number fields or general algebraic extensions, intermediate fields require polynomial data and additional algorithms.

Related Calculators

Field Extension DegreePolynomial Root StructureSolvability By RadicalsIrreducibility Test ToolMinimal Polynomial FinderSeparable Polynomial TestDiscriminant CalculatorCyclotomic Field CalculatorGalois Correspondence ToolFixed Field Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.