Floor function

From Maths
Revision as of 01:49, 27 November 2017 by Alec (Talk | contribs) (Created page with "{{Stub page|grade=B|msg=Research consensus and handling negative numbers}} {{M|\newcommand{\Floor}[1]{ {\text{Floor}{\left({#1}\right)} } } }} __TOC__ ==Definition== For {{M|x...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Stub grade: B
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Research consensus and handling negative numbers

\newcommand{\Floor}[1]{ {\text{Floor}{\left({#1}\right)} } }

Definition

For x\in\mathbb{R}_{\ge 0} there is no variation on the meaning of the floor function, however for negative numbers there are varying conventions.

Non-negative

Defined as follows:

  • \text{Floor}:\mathbb{R}_{\ge 0}\rightarrow\mathbb{N}_0 by \text{Floor}:x\mapsto\text{Max} (T_x) where T_x:\eq\big\{n\in\mathbb{N}_0\ \big\vert\ n\le x\big\}\subseteq\mathbb{N}_0\subseteq\mathbb{R}_{\ge 0} - note that the maximum element is defined as T_x is always finite.
  • This has the property that x\le\Floor{x} .

Negative numbers

Researching this opened my eyes to a massive dispute.... consensus seems to be that x\le \Floor{x} is maintained, rounding is a separate and massive issue!

References