Encyclopedia Physics Physics Semiconductor Physics From Rs

ARTICLE 4 claims 3 theorems 1 model

Physics Semiconductor Physics From Rs

Semiconductor physics from RS is a module that maps five device types, two carriers, and eight crystal symmetries onto a single counting principle.

Semiconductor physics from RS

Semiconductor physics is the study of materials whose electrical conductivity sits between that of a conductor and an insulator. The behavior of these materials, and of the devices built from them, is governed by the behavior of two types of charge carriers: electrons and holes. The five canonical device types are the diode, the bipolar junction transistor (BJT), the metal-oxide-semiconductor field-effect transistor (MOSFET), the junction field-effect transistor (JFET), and the insulated-gate bipolar transistor (IGBT). These five device types form the standard inventory of semiconductor electronics.

In Recognition Science, the module SemiconductorPhysicsFromRS establishes a numerical correspondence between these classical facts and the framework's derived spatial dimension. The framework proves that three spatial dimensions are forced by the structure of recognition events. The module then observes that three dimensions imply a configuration dimension D = 3, and that the number of canonical device types is 5, the number of carrier types is 2 = D - 1, and the number of crystal symmetry operations in a zincblende lattice is 8 = 2^D. These are stated as a certificate structure in the machine-checked library of formal theorems, with zero axioms and zero unfinished proofs.

The silicon band gap, the energy required to free an electron in silicon, is approximately 1.12 eV. The module notes that the RS approximation 1/φ³ ≈ 0.236 does not match this value; the actual gap sits at a different rung of the φ-ladder. This is an explicit acknowledgement that the framework's approximation is not the measured value.

The module does not derive the physics of semiconductors from first principles. It establishes a counting correspondence: the classical inventory of five device types, two carriers, and eight symmetries is consistent with the framework's derived dimension of three. This is a structural observation, not a new physical law.

THEOREM semiconductorDeviceCount · IndisputableMonolith/Physics/SemiconductorPhysicsFromRS.lean
theorem semiconductorDeviceCount : Fintype.card SemiconductorDevice = 5 := by decide
THEOREM carrierTypes_eq_Dminus1 · IndisputableMonolith/Physics/SemiconductorPhysicsFromRS.lean
theorem carrierTypes_eq_Dminus1 : carrierTypes = 3 - 1 := by decide
THEOREM crystalSymmetries_8 · IndisputableMonolith/Physics/SemiconductorPhysicsFromRS.lean
theorem crystalSymmetries_8 : crystalSymmetries = 8 := by decide
MODEL SemiconductorPhysicsCert · IndisputableMonolith/Physics/SemiconductorPhysicsFromRS.lean
structure SemiconductorPhysicsCert where
  five_devices : Fintype.card SemiconductorDevice = 5
  two_carriers : carrierTypes = 3 - 1
  eight_syms : crystalSymmetries = 8

What this page does not claim

The module does not derive the silicon band gap from the phi-ladder. The module does not prove that semiconductors must have exactly five canonical device types. The module does not provide a physical derivation of semiconductor behavior.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/SemiconductorPhysicsFromRS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND