reducer
異径継手/減速機/還元剤/状態更新関数
解説 Definition
何かを小さくしたり弱めたりするものを指す名詞。配管では異なる径をつなぐ継手、機械では減速機、化学では還元剤、プログラミングでは入力に応じて新しい状態を返す関数などをいう。
A reducer is something that makes size, speed, amount, or effect smaller. In technical use, it can mean a part that connects different pipe sizes, a device that lowers speed, or a substance or function that reduces something in a process. The exact meaning depends strongly on the field.
覚え方のコツ Memory Tip
まず reduce「減らす・小さくする」を核に置くと覚えやすい。reducer はその働きを受け持つ「減らすもの・変換するもの」で、-er は worker と同じく「〜するもの」。配管なら太さを変えてつなぐ異径継手、機械なら回転や速度を落とす減速機、化学なら相手を還元する物質、プログラミングなら action から state を次の状態へまとめる関数。単なる reduction「減少という現象」ではなく、reducer は各分野でその変化を実行するもの、と押さえると整理しやすい。
Start with `reduce`, meaning to make something smaller or less. The ending `-er` often means "a thing that does," so a `reducer` is something that reduces. That helps across many fields: a machine part, a chemical substance, or a programming function. Remember the contrast: `reduction` is the process or result, but `reducer` is the thing that does it.
例文
The pipe reducer allows you to connect two different sized pipes together.
その異径継手を使えば、異なる太さのパイプ同士を接続できる。
In Redux, a reducer is a function that determines how the state changes.
Reduxでは、状態をどう更新するかを決める関数を reducer と呼ぶ。
The speed reducer in the gearbox prevents the motor from spinning too fast.
ギアボックス内の減速機が、モーターの回転が速くなりすぎるのを防いでいる。
reducer の類義語・関連語
reducer の語源・成り立ち Etymology
reducer はラテン語 reducere「後ろへ導く・引き戻す」に由来し、re-「後ろへ」+ ducere「導く」+ -er「もの・人」で成る語です。『ある状態へ導き直す』感覚から、径や速度を小さくする装置、化学で還元へ導く物質、プログラムで状態を次へ変える関数まで広がりました。reduce や conduct と同じ ducere の根が見えます。
Reducer comes from Latin reducere, meaning "lead back," from re- "back" and ducere "to lead," plus the English ending -er for a thing or person that does something. The sense developed from bringing something back to an earlier or smaller state, which fits a device that lowers size, speed, or pressure. It is related to reduce and to other English words from ducere, such as conduct.
外部辞書で調べる
この単語を英単語クイズで覚えよう